home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Install / data1.cab / Program_Executable_Files / Play Disney 1999 Sampler.exe / Play Disney 1999 Sampler.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-11-18  |  132 b   |  10 lines

  1. global myCD, gFoundOne
  2.  
  3. on exitFrame
  4.   if myCD = VOID then
  5.     go("No CD-ROM")
  6.   else
  7.     go(1, myCD & "\MEDIA\First")
  8.   end if
  9. end
  10.